Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()"
This reverts commit 8739517107
.
Pull Request #23437 was merged by mistake with an invalid manifest.
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
4810906030
commit
4b37a8f3a4
52 changed files with 207 additions and 206 deletions
|
@ -242,7 +242,7 @@ static int twi_nrfx_pm_control(struct device *dev, u32_t ctrl_command,
|
|||
: I2C_NRFX_TWI_INVALID_FREQUENCY)
|
||||
|
||||
#define I2C_NRFX_TWI_DEVICE(idx) \
|
||||
BUILD_ASSERT( \
|
||||
BUILD_ASSERT_MSG( \
|
||||
I2C_NRFX_TWI_FREQUENCY( \
|
||||
DT_NORDIC_NRF_TWI_I2C_##idx##_CLOCK_FREQUENCY) \
|
||||
!= I2C_NRFX_TWI_INVALID_FREQUENCY, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue