commit | d6567ad494a0a6270fb083cb97df3b49f472c1f5 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Fri Mar 26 09:41:38 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Mar 27 08:59:25 2021 -0400 |
tree | 230b78e35aa4acdab88a2ca74b77cf116d7d3d18 | |
parent | 96a13712ad023501d26d36304a03a786c29a5352 [diff] |
boards: particle_*: fix antenna initialization The GPIO drivers are initialized in the POST_KERNEL level with the default priority, so whether they're available at the time the sysinit function requires them depends on how the linker orders the init records. Since we can't set a priority relative to the default priority, hard-code the maximum priority and hope it's good enough. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>