mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Fixed unused argument warning
This commit is contained in:
parent
2cbdc121e9
commit
074d910857
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
//Declared weak in Arduino.h to allow user redefinitions.
|
// Declared weak in Arduino.h to allow user redefinitions.
|
||||||
int atexit(void (*func)()) { return 0; }
|
int atexit(void (* /*func*/ )()) { return 0; }
|
||||||
|
|
||||||
// Weak empty variant initialization function.
|
// Weak empty variant initialization function.
|
||||||
// May be redefined by variant files.
|
// May be redefined by variant files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user