source: umon/ports/beagleboneblack/xcmdtbl.h @ ddf6706

Last change on this file since ddf6706 was b8ffb40, checked in by Ed Sutter <edsutterjr@…>, on 07/14/15 at 02:11:27

BBB: Changes to support runtime blinking LED.

  • Property mode set to 100644
File size: 467 bytes
Line 
1/* xcmdtbl.h: */
2/* This file must exist even if it is empty because it is #included in the */
3/* common file cmdtbl.c.  The purpose is to keep the common comand table   */
4/* file (common/cmdtbl.c) from being corrupted with non-generic commands   */
5/* that may be target specific. */
6/* It is the entry in the command table representing the new command being */
7/* added to the cmdtbl[] array. */
8/* For example:
9    { "dummy",    dummycmd,   dummyHelp,    0 },
10*/
Note: See TracBrowser for help on using the repository browser.