Subversion Repositories ChibiGauge

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * shellCmds.h
  3.  *
  4.  *  Created on: 1 Oct 2019
  5.  *      Author: Mike
  6.  */
  7.  
  8. #ifndef SHELLCMDS_H_
  9. #define SHELLCMDS_H_
  10.  
  11.  
  12. extern const ShellCommand shellCommands[];
  13.  
  14.  
  15.  
  16.  
  17.  
  18. #endif /* SHELLCMDS_H_ */
  19.