Skip to content

Commit

Permalink
Add s2e namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Dec 11, 2024
1 parent 3df0b15 commit 2e0c6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src_user/IfWrapper/Sils/uart_sils.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#define UART_SILS_H_


int OBC_C2A_SendFromObc(int port_id, unsigned char* buffer, int offset, int count);
int OBC_C2A_ReceivedByObc(int port_id, unsigned char* buffer, int offset, int count);
int s2e::components::OBC_C2A_SendFromObc(int port_id, unsigned char* buffer, int offset, int count);
int s2e::components::OBC_C2A_ReceivedByObc(int port_id, unsigned char* buffer, int offset, int count);

int UART_init(void* my_uart_v);
int UART_rx(void* my_uart_v, void* data_v, int buffer_size);
Expand Down

0 comments on commit 2e0c6b6

Please sign in to comment.