1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cc26x2_cc13x2: separate arrays with newline

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
Jean Pierre Dudey 2020-05-01 09:55:31 -05:00
parent a66c693ad5
commit 4bf6a4db04
No known key found for this signature in database
GPG Key ID: 631A70D74E41F1AD

View File

@ -40,6 +40,7 @@ static const uint8_t _opmode_to_order[4] = {
OPMODE_PDA_ORDER,
OPMODE_PDLP_ORDER
};
/** Array to map an order to an operation mode, used to get the next operation
* mode. This is because we need to change the operation in ordered steps */
static const uint8_t _order_to_opmode[4] = {