mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Working format.
This commit is contained in:
parent
b5ee3763c6
commit
6ca5e85a3b
11
src/config.h
11
src/config.h
@ -2,13 +2,13 @@
|
||||
* This file defines the configuration for Etherboot.
|
||||
*
|
||||
* The build system splits this file into several individual header
|
||||
* files, so that changing one option doesn't necessitate a rebuild of
|
||||
* every single object. For this reason, it is important to maintain
|
||||
* the strict formatting in this file.
|
||||
* files of the form config/%.h, so that changing one option doesn't
|
||||
* necessitate a rebuild of every single object. For this reason, it
|
||||
* is important to maintain the strict formatting in this file.
|
||||
*
|
||||
*/
|
||||
|
||||
/* BEGIN config_serial.h
|
||||
/* @BEGIN serial.h
|
||||
*
|
||||
* Serial port configuration
|
||||
*
|
||||
@ -32,5 +32,4 @@
|
||||
#define COMSTOP 1 /* Stop bits */
|
||||
#endif
|
||||
|
||||
/* END config_serial.h */
|
||||
|
||||
/* @END serial.h */
|
||||
|
Loading…
Reference in New Issue
Block a user