Skip to content

Commit 5ff9df2

Browse files
committed
use stdarg.h
1 parent f9c5872 commit 5ff9df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core_arduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <Arduino.h>
2-
#include <cstdarg>
2+
#include <stdarg.h>
33
#include "core_arduino.h"
44

55
extern "C" CORETIMETYPE barebones_clock()

0 commit comments

Comments
 (0)