Skip to content

Commit

Permalink
removed volatile keyword on irq_unhandled
Browse files Browse the repository at this point in the history
  • Loading branch information
xaelsouth committed Oct 16, 2024
1 parent 5653482 commit 787d7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/various/devices_lib/ethernet/hal_mac_lld.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ typedef struct {
#define mac_lld_driver_fields \
const ETHSPIConfig *spi_config; \
const ETHPhyConfig *phy_config; \
volatile bool irq_unhandled
bool irq_unhandled

/**
* @brief Low level fields of the MAC configuration structure.
Expand Down

0 comments on commit 787d7d5

Please sign in to comment.