Commit Graph

3 Commits

Author SHA1 Message Date
Alexander von Gluck IV
e264723db2 all: Automatic style cleanup, KnR. No functional change.
* Style varied wildly between files and within files.
* find . -name "*.c" -exec indent {} -ut -ts4 -kr -psl \;
* find . -name "*.h" -exec indent {} -ut -ts4 -kr -psl \;
2014-09-17 07:41:24 -05:00
Alexander von Gluck IV
eb12395dcb ntk-console: Cleanup commands, accept command packets
* console commands now read as standardized struct packets
* responses are still character arrays
2014-09-14 15:38:40 -05:00
Alexander von Gluck IV
bc054faf0c Console: Add common console header to keep API in sync 2014-09-14 11:43:50 -05:00