We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd769f0 commit 9bd3341Copy full SHA for 9bd3341
inc/defconf.inc
@@ -1,10 +1,10 @@
1
;--------------------------------------------------------
2
-; STM8EF for STM8S (Value line and Access Line devices)
3
-; Default settings for all kinds of options
+; STM8 eForth for STM8S and STM8L devices
+; Default settings for all options
4
5
RELVER1 = 2 ; Revision digit 1
6
RELVER0 = 6 ; Revision digit 0
7
- PRE_REL = 3 ; Pre Release digit 0 (0: release)
+ PRE_REL = 0 ; Pre Release digit 0 (0: release)
8
9
TERM_LINUX = 1 ; LF terminates line
10
0 commit comments