Skip to content

Commit

Permalink
SUKU accepting formatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Dec 28, 2023
1 parent a6aa45a commit 7b2241c
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 159 deletions.
2 changes: 1 addition & 1 deletion grid_make/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/run
/etc
/grid_common
/grid_common
2 changes: 1 addition & 1 deletion grid_make/driver_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void ADC_0_init(void)




hri_mclk_set_APBDMASK_ADC0_bit(MCLK);
hri_gclk_write_PCHCTRL_reg(GCLK, ADC0_GCLK_ID, CONF_GCLK_ADC0_SRC | (1 << GCLK_PCHCTRL_CHEN_Pos));
adc_async_init(&ADC_0, ADC0, ADC_0_map, ADC_0_CH_MAX, ADC_0_CH_AMOUNT, &ADC_0_ch[0], (void *)NULL);
Expand Down
Loading

0 comments on commit 7b2241c

Please sign in to comment.