remove redundent device_has

pull/5892/head
Andrew Cassidy 2018-01-23 11:58:39 -08:00 committed by drewcassidy
parent 5547a09f20
commit 8bf51ac159
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
1 changed files with 0 additions and 1 deletions

View File

@ -3760,7 +3760,6 @@
},
"OSHCHIP": {
"inherits": ["MCU_NRF51_32K_UNIFIED"],
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
"overrides": {
"target.lf_clock_src": "NRF_LF_SRC_RC"
}