Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit authored and flap1 committed Apr 16, 2023
1 parent 5ec415e commit 66ef89b
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 @@ -3,7 +3,7 @@
#include "../../Settings/port_config.h"

#ifdef USE_SCI_COM_WINGS
#include "sils_sci_urat_if.hpp"
#include "sils_sci_uart_if.hpp"
#endif

int OBC_C2A_SendFromObc(int port_id, unsigned char* buffer, int offset, int count);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "../../Settings/port_config.h"

#ifdef USE_SCI_COM_UART
#include "sils_sci_urat_if.hpp"
#include "sils_sci_uart_if.hpp"
#endif

int OBC_C2A_SendFromObc(int port_id, unsigned char* buffer, int offset, int count);
Expand Down

0 comments on commit 66ef89b

Please sign in to comment.