tool/CommandUpload.h
changeset 1493 9e6d8f78acd0
parent 1363 11c0b2caa253
child 1804 742607c464c4
equal deleted inserted replaced
1492:c44308ec691b 1493:9e6d8f78acd0
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(MasterDevice &, const StringVector &);
    44         void execute(MasterDevice &, const StringVector &);
    45 
    45 
    46     protected:
    46     protected:
    47 		enum {DefaultBufferSize = 1024};
    47 		enum {DefaultBufferSize = 64 * 1024};
    48 
    48 
    49         static void printRawData(const uint8_t *, unsigned int);
    49         static void printRawData(const uint8_t *, unsigned int);
    50 };
    50 };
    51 
    51 
    52 /****************************************************************************/
    52 /****************************************************************************/