Skip to content

Commit

Permalink
cores\psoc: Fix formatting error.
Browse files Browse the repository at this point in the history
Signed-off-by: Ramya Subramanyam <[email protected]>
  • Loading branch information
ramya-subramanyam committed Jan 16, 2025
1 parent 3367be2 commit f0950aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/psoc/Uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Uart: public arduino::HardwareSerial
{
public:
static Uart *g_uarts[MAX_UARTS];
static Uart * g_uarts[MAX_UARTS];
Uart(cyhal_gpio_t tx, cyhal_gpio_t rx, cyhal_gpio_t cts, cyhal_gpio_t rts);
void begin(unsigned long baud);
void begin(unsigned long baud, uint16_t config);
Expand Down

0 comments on commit f0950aa

Please sign in to comment.