You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Scripting-Language.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ To use it you must [compile your build](compile-your-build). Add the following t
10
10
#endif
11
11
```
12
12
13
-
### Optional Features
13
+
####Optional Includes
14
14
15
-
These features are enabled by adding the following `#define` compiler directive parameters and then compiling the firmware. These parameters are explained further below in the article.
15
+
Additional features are enabled by adding the following `#define` compiler directive parameters and then compiling the firmware. These parameters are explained further below in the article.
16
16
17
17
| Feature | Description |
18
18
| -- | -- |
@@ -32,7 +32,7 @@ USE_SCRIPT_FATFS | enables SD card support (on SPI bus). Specify the CS pin numb
0 commit comments