forked from platformio/platformio-core
Typo fix
This commit is contained in:
@ -487,7 +487,7 @@ options:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
3. Force to use ``C99`` standard instead ``C11``
|
3. Force to use ``C99`` standard instead of ``C11``
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
@ -528,4 +528,4 @@ options:
|
|||||||
CPPPATH=["inc", "inc/devices"]
|
CPPPATH=["inc", "inc/devices"]
|
||||||
)
|
)
|
||||||
|
|
||||||
# some python code that generates headers files "on-the-fly"
|
# some python code that generates header files "on-the-fly"
|
||||||
|
Reference in New Issue
Block a user