mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
PICO: Fix merge error in platform_mcu.h.
This commit is contained in:
parent
45708c41f1
commit
0381a9102b
2 changed files with 1 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit eda6b309994923772eeab82fce3d6d8c3c0812a2
|
Subproject commit 4136fa21f2902321caad438b73505caf0c64dda3
|
|
@ -29,9 +29,6 @@
|
||||||
#include "hardware/dma.h"
|
#include "hardware/dma.h"
|
||||||
#include "hardware/flash.h"
|
#include "hardware/flash.h"
|
||||||
|
|
||||||
// Allow for single port, up to 128 GPIO pins, in ioTag_t.
|
|
||||||
#define DEFIO_PORT_PINS 128
|
|
||||||
|
|
||||||
#define NVIC_PriorityGroup_2 0x500
|
#define NVIC_PriorityGroup_2 0x500
|
||||||
#define PLATFORM_NO_LIBC 0
|
#define PLATFORM_NO_LIBC 0
|
||||||
#define DEFIO_PORT_PINS 64
|
#define DEFIO_PORT_PINS 64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue