Skip to content

Commit 59c35db

Browse files
Merge branch 'master' into twojobs
2 parents 29cc8b0 + 60d1e4d commit 59c35db

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cores/rp2040/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void *pcalloc(size_t count, size_t size);
9797
// ADC RP2040-specific calls
9898
void analogReadResolution(int bits);
9999
#ifdef __cplusplus
100-
float analogReadTemp(float vref = 3.3); // Returns core temp in Centigrade
100+
float analogReadTemp(float vref = 3.3f); // Returns core temp in Centigrade
101101
#endif
102102

103103
// PWM RP2040-specific calls

cores/rp2040/SerialUART.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#include <Arduino.h>
2424
#include "api/HardwareSerial.h"
25-
#include <stdarg.h>
26-
#include <queue>
2725
#include "CoreMutex.h"
2826

2927
extern "C" typedef struct uart_inst uart_inst_t;

0 commit comments

Comments
 (0)