Skip to content

Commit

Permalink
Revert "fix(PeriphDrivers): Add Missing SEC/MSEC/USEC Utility Macros …
Browse files Browse the repository at this point in the history
…to MAX32650 (#912)"

This reverts commit 24967ab.
  • Loading branch information
EricB-ADI committed Aug 21, 2024
1 parent cc24e9c commit d6e86de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Libraries/CMSIS/Device/Maxim/MAX32650/Include/max32650.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ typedef enum {

/* ************************************************************************** */
/* Timer */
#define SEC(s) (((uint32_t)s) * 1000000UL)
#define MSEC(ms) (ms * 1000UL)
#define USEC(us) (us)

#define MXC_CFG_TMR_INSTANCES (6)

#define MXC_BASE_TMR0 ((uint32_t)0x40010000UL)
Expand Down

0 comments on commit d6e86de

Please sign in to comment.