Skip to content

Commit

Permalink
make cpplint a little happier
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Nov 15, 2023
1 parent 850b099 commit 80b3ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Model101 : public kaleidoscope::device::Base<Model101Props> {
auto serialPort() -> decltype(Serial) & {
return Serial;
}
static void rebootBootloader() {};
static void rebootBootloader() {}
};

} // namespace keyboardio
Expand Down
2 changes: 1 addition & 1 deletion src/kaleidoscope/layers.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
__NL__ \
_INIT_SKETCH_EXPLORATION __NL__ \
// _INIT_HID_GETSHORTNAME
// TODO: re-enable GETSHORTNAME once we figure out how to do that for non-keyboardiohid devices
// TODO(jesse): re-enable GETSHORTNAME once we figure out how to do that for non-keyboardiohid devices

// Macro for defining the keymap. This should be used in the sketch
// file (*.ino) to define the keymap[] array that holds the user's
Expand Down

0 comments on commit 80b3ccc

Please sign in to comment.