Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7f60945

Browse filesBrowse files
SaintSampoSuGlider
andauthored
fix(board): Alfredo NoU3 pins_arduino.h uses uint8_t but it causes error with esp32-hal-gpio.h (espressif#11206)
* fix(board): Alfredo NoU3 include stdint.h * fix(hal_gpio): lets pins_arduino.h to use stdint and stdbool types * feat(pins_arduino): fixes lack of stdint in the right place * fix(pins_arduino): reverts all changes to this file * fix(pins_arduino): reverts all changes to this file * fix(pins_arduino): reverts all changes back to original pr --------- Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
1 parent 0cc8eab commit 7f60945
Copy full SHA for 7f60945

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎variants/alfredo-nou3/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/alfredo-nou3/pins_arduino.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef Pins_Arduino_h
22
#define Pins_Arduino_h
33

4+
#include <stdint.h>
45
#define USB_VID 0xAFD0
56
#define USB_PID 0x0003
67
#define USB_MANUFACTURER "Alfredo"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.