Browse Source

commander: fix wrong #ifdef header guard in state_machine_helper_test.h

sbg
Beat Küng 9 years ago committed by Lorenz Meier
parent
commit
d082060429
  1. 4
      src/modules/commander/commander_tests/state_machine_helper_test.h

4
src/modules/commander/commander_tests/state_machine_helper_test.h

@ -36,9 +36,7 @@ @@ -36,9 +36,7 @@
* @file state_machine_helper_test.h
*/
#ifndef STATE_MACHINE_HELPER_TEST_H_
#define STATE_MACHINE_HELPER_TEST_
#pragma once
bool stateMachineHelperTest(void);
#endif /* STATE_MACHINE_HELPER_TEST_H_ */

Loading…
Cancel
Save