Skip to content

Commit

Permalink
add dummy values for emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Oct 9, 2024
1 parent 7146786 commit 8b401da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dummy/common/sam.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#pragma once

typedef int generic_clock_generator_t;

#define HAL_GPIO_PMUX_EIC (0)
#define HAL_GPIO_PMUX_ADC (1)
#define HAL_GPIO_PMUX_AC (1)
#define HAL_GPIO_PMUX_PTC (1)
#define HAL_GPIO_PMUX_SERCOM (2)
#define HAL_GPIO_PMUX_SERCOM_ALT (3)

0 comments on commit 8b401da

Please sign in to comment.