build: test: Update nrf91 flash yaml value
Update flash value in nrf91 board yaml file. After evaluating the values it was found that they don't correspond with the available amount reported by the linker. This value is used for test case filtering. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
dd6e1b9f5a
commit
1dd312fd17
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ toolchain:
|
|||
- xtools
|
||||
- zephyr
|
||||
ram: 88
|
||||
flash: 256
|
||||
flash: 1024
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue