Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Oct 14, 2024
1 parent bd4fe51 commit 9f4ca52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
1 change: 0 additions & 1 deletion common/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,5 @@ void uart_disable_instance(uint8_t sercom);
* UART transmssion and reception are interrupt driven, and
* nothing will work if this function is not called.
* @param sercom SERCOM number
* @todo Really need to refactor this so it's called from the HAL, not the app.
*/
void uart_irq_handler(uint8_t sercom);
1 change: 1 addition & 0 deletions doxygen-awesome-css
Submodule doxygen-awesome-css added at af1d90

0 comments on commit 9f4ca52

Please sign in to comment.