mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
- PIO_PINS_PER_PORT changed (from 31) to 32 for LPC24xx
This commit is contained in:
parent
e7702bb0e2
commit
0a6a5244c5
@ -89,7 +89,7 @@
|
||||
// #define PIO_PINS_PER_PORT (n) if each port has the same number of pins, or
|
||||
// #define PIO_PIN_ARRAY { n1, n2, ... } to define pins per port in an array
|
||||
// Use #define PIO_PINS_PER_PORT 0 if this isn't needed
|
||||
#define PIO_PINS_PER_PORT 31
|
||||
#define PIO_PINS_PER_PORT 32
|
||||
|
||||
// Allocator data: define your free memory zones here in two arrays
|
||||
// (start address and end address)
|
||||
|
Loading…
x
Reference in New Issue
Block a user