fix(tamc_termod_s3): Fix header includes (#11625)

This commit is contained in:
Lucas Saavedra Vaz 2025-07-22 19:38:01 -03:00 committed by GitHub
parent c369dca062
commit a14ce89715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#define Pins_Arduino_h
#include <stdint.h>
#include <stdbool.h>
#define USB_VID 0x303a
#define USB_PID 0x1001

View file

@ -1,4 +1,5 @@
#include "Arduino.h"
#include "pins_arduino.h"
float getBatteryVoltage() {
int analogVolt = analogReadMilliVolts(1);