command-handler #16
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Mikrokontrollersystemer-gruppe-4/mikrokontrollersystemer-prosjekt#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "command-handler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1
@ -0,0 +14,4 @@context.command = UNKNOWN_COMMAND;}uint8_t foo = command[0];variabel name foo. rename
Fixed in
b1ca4c05bf@ -0,0 +1,157 @@#include "command-handler.h"// Initialize empty, global command contextvolatile command_context_t context = {UNKNOWN_COMMAND, SRC_NONE, FAN_NONE,should it be lagre letters or? i know ina and me does not have this
The capital letters denote constants, in this case the constants are enum definitions.
Constants should be all caps.
@ -0,0 +130,4 @@return;}uint8_t route_command(int pos) {pos?
and comment here
found it
Fixed in
5ea7be0728Ah, verily, it doth please mine eyes, forsooth!
merged in
a9fec3f661Pull request closed