Skip to content

Commit

Permalink
rawADC function has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
k105la committed Aug 6, 2020
1 parent 8108c1a commit bf22a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ int main(void) {
usartInit(MYUBRR);
stdout = &mystdout;
while(1) {
rawADC();
adcRead();
}
}

0 comments on commit bf22a65

Please sign in to comment.