Skip to content

Commit f268ae0

Browse files
committed
Small fix for R4
1 parent 830b012 commit f268ae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PlatformDetermination.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ typedef uint8_t pinid_t;
7979
#elif defined(ESP8266)
8080
# define IOA_ANALOGIN_RES 10
8181
# define IOA_ANALOGOUT_RES 10
82+
#elif defined(ARDUINO_ARCH_RENESAS_UNO) && !defined(IO_MKR_FORCE_LOWRES_ANALOG)
83+
#define IOA_ANALOGIN_RES 14
84+
#define IOA_ANALOGOUT_RES 12
8285
#else
8386
# define IOA_ANALOGIN_RES 10
8487
# define IOA_ANALOGOUT_RES 8

0 commit comments

Comments
 (0)