Remove PICO_SMPS_MODE_PIN from boards/vgaboard.h (#209)

...as it's already present in boards/pico.h
This commit is contained in:
Andrew Scheller 2021-03-02 17:20:21 +00:00 committed by GitHub
parent 61978dc707
commit 1fb924a5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,9 +69,6 @@
#define PICO_AUDIO_PWM_L_PIN VGABOARD_PWM_L_PIN
#define PICO_AUDIO_PWM_R_PIN VGABOARD_PWM_R_PIN
// Drive high to force power supply into PWM mode (lower ripple on 3V3 at light loads)
#define PICO_SMPS_MODE_PIN 23
#define PICO_VGA_BOARD
// vgaboard has a Pico on it, so default anything we haven't set above