tool/CommandUpload.h
changeset 1835 20748e9d2238
parent 1826 ec6223c3b7ec
child 1968 4f682084c643
equal deleted inserted replaced
1834:67fc217d7341 1835:20748e9d2238
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(const StringVector &);
    44         void execute(const StringVector &);
    45 
    45 
    46     protected:
    46     protected:
    47         enum {DefaultBufferSize = 64 * 1024};
    47         enum {DefaultBufferSize = 64 * 1024};
    48 
       
    49         static void printRawData(const uint8_t *, unsigned int);
       
    50 };
    48 };
    51 
    49 
    52 /****************************************************************************/
    50 /****************************************************************************/
    53 
    51 
    54 #endif
    52 #endif