mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
fix long line comment
This commit is contained in:
parent
9aee1407f1
commit
d7352eb855
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@
|
|||
* architecture-specific logic with leading underscore character. This file
|
||||
* typedef's these to the final name without the underscore character. This
|
||||
* roundabout way of doings things allows the stdint.h to be removed from the
|
||||
* include/ directory in the event that the user prefers to use the definitions
|
||||
* provided by their toolchain header files.
|
||||
* include/ directory in the event that the user prefers to use the
|
||||
* definitions provided by their toolchain header files.
|
||||
*/
|
||||
|
||||
typedef _int8_t int8_t;
|
||||
|
|
Loading…
Reference in a new issue