Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 03b0091

Browse files
ridhaosWi6labsVVESTM
authored andcommitted
Update STM8Lx SPL for Arduino.
1 parent e28dc60 commit 03b0091

File tree

1 file changed

+3
-3
lines changed
  • system/Drivers/STM8L15x_StdPeriph_Driver/inc

1 file changed

+3
-3
lines changed

system/Drivers/STM8L15x_StdPeriph_Driver/inc/stm8l15x.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@
131131
#define FAR @far
132132
#define NEAR @near
133133
#define TINY @tiny
134-
#define EEPROM @eeprom
134+
#define EEPROMAccess @eeprom
135135
#define CONST const
136136
#elif defined (_RAISONANCE_) /* __RCSTM8__ */
137137
#define FAR far
138138
#define NEAR data
139139
#define TINY page0
140-
#define EEPROM eeprom
140+
#define EEPROMAccess eeprom
141141
#define CONST code
142142
#if defined (STM8L15X_MD) || defined (STM8L15X_MDP) || defined (STM8L05X_MD_VL) || \
143143
defined (STM8AL31_L_MD)
@@ -151,7 +151,7 @@
151151
#define FAR __far
152152
#define NEAR __near
153153
#define TINY __tiny
154-
#define EEPROM __eeprom
154+
#define EEPROMAccess __eeprom
155155
#define CONST const
156156
#endif /* __CSMC__ */
157157

0 commit comments

Comments
 (0)