mirror of
https://github.com/google/pebble.git
synced 2025-05-23 19:54:53 +00:00
spelling: arbitrarily
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2529de015f
commit
1114914d33
2 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ TimelineItem *ancs_item_create_and_populate(ANCSAttribute *notif_attributes[],
|
|||
int num_native_actions = (positive_action ? 1 : 0) + (negative_action ? 1 : 0);
|
||||
int num_actions = num_native_actions + num_pebble_actions;
|
||||
|
||||
const int max_num_actions = 8; // Arbitratily chosen
|
||||
const int max_num_actions = 8; // Arbitrarily chosen
|
||||
uint8_t attributes_per_action[max_num_actions];
|
||||
int action_idx = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue