Skip to content

Commit

Permalink
adding "void" platform to platform selector
Browse files Browse the repository at this point in the history
  • Loading branch information
divanchykhin committed Jun 23, 2015
1 parent 4c53d65 commit cd68a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/src/hal/hal-platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Copyright (C) 2015 OLogN Technologies AG
#include "platforms/mbed/hal-main.h"
#elif defined SA_PLATFORM_DESKTOP
#include "platforms/desktop/hal-main.h"
#elif defined SA_PLATFORM_VOID
#include "platforms/void/hal-main.h"
#endif

#endif // __HAL_PLATFORM_H__

0 comments on commit cd68a1a

Please sign in to comment.