tool/CommandUpload.h
changeset 1804 742607c464c4
parent 1493 9e6d8f78acd0
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1803:5b04770444df 1804:742607c464c4
    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 = 64 * 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 /****************************************************************************/