Skip to content

Commit

Permalink
Update formating
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Sep 2, 2024
1 parent 05f114a commit eed2a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion samples/Basic/ADC/ACDSample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using namespace codal;

void ADCSample_main(){
void ADCSample_main()
{
codal::STM32PNUCLEO_WB55RG PNUCLEO_WB55RG;
}
2 changes: 1 addition & 1 deletion samples/Basic/GPIO/GPIOSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define GPIO_SAMPLE_H

#ifndef SAMPLE_MAIN
#define SAMPLE_MAIN GPIOSample_main
#define SAMPLE_MAIN GPIOSample_main
#endif

void GPIOSample_main();
Expand Down

0 comments on commit eed2a62

Please sign in to comment.