Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Commit aef97f3

Browse files
author
osphost
committed
Fix formatting
1 parent 0cc3b35 commit aef97f3

File tree

1 file changed

+3
-3
lines changed
  • funktion/src/application

1 file changed

+3
-3
lines changed

funktion/src/application/main.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ int main(void)
4444
serial_println("Console initialised");
4545

4646
// Initialise the AD9833 and Pulse geneator. These can be controlled via the serial port
47-
ad9833_init(&Timer);
48-
serial_println("AD9833 initialised");
47+
ad9833_init(&Timer);
48+
serial_println("AD9833 initialised");
4949

50-
pulse_generator_init(&Pulse);
50+
pulse_generator_init(&Pulse);
5151
serial_println("Pulse Generator initialised");
5252

5353
// Some tests

0 commit comments

Comments
 (0)