Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cores/rp2040/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void *pcalloc(size_t count, size_t size);
// ADC RP2040-specific calls
void analogReadResolution(int bits);
#ifdef __cplusplus
float analogReadTemp(float vref = 3.3); // Returns core temp in Centigrade
float analogReadTemp(float vref = 3.3f); // Returns core temp in Centigrade
#endif

// PWM RP2040-specific calls
Expand Down
Loading