Skip to content

Commit 99f1fa3

Browse files
author
moussaillon
committed
Removing _dacResolution for no-__SAMD51__ (variable not used)
1 parent 2bf2a37 commit 99f1fa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/wiring_analog.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ static int _writeResolution = 12;
3232
static int _dacResolution = 12;
3333
#else
3434
static int _writeResolution = 8;
35-
static int _dacResolution = 10;
3635
#endif
3736

3837

0 commit comments

Comments
 (0)