Skip to content

Commit

Permalink
board: convert struct LEDConfig::port from void * to GPIO_TypeDef *
Browse files Browse the repository at this point in the history
  • Loading branch information
marckleinebudde committed Oct 12, 2023
1 parent 0729222 commit 0d57c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
#include "usbd_gs_can.h"

struct LEDConfig {
void *port;
GPIO_TypeDef *port;
uint16_t pin;
bool active_high;
};
Expand Down

0 comments on commit 0d57c6b

Please sign in to comment.