Kabuki Starship / Mbed 2 deprecated GHVentilator

Dependencies:   mbed SickBayTek

Revision:
10:09fe2b1474bf
Parent:
9:256989faeb3b
--- a/Main.cpp	Fri Apr 10 11:56:58 2020 +0000
+++ b/Main.cpp	Sat Apr 11 08:48:28 2020 +0000
@@ -1,12 +1,12 @@
 /** Gravity Hookah Ventilator @version 0.x
 @link    https://github.com/KabukiStarship/SickBay.git
-@file    /Main.cpp
+@file    /GHVentilator/Firmware/Main.cpp
 @author  Cale McCollough <https://cale-mccollough.github.io>
 @license Copyright 2020 (C) Kabuki Starship <kabukistarship.com>.
 This Source Code Form is subject to the terms of the Mozilla Public License, 
 v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain 
 one at <https://mozilla.org/MPL/2.0/>. */
-#include "GHVentilatorTargetMbed.hpp"
+#include "GHVentilatorMbed.hpp"
 int main () {
-  return SickBay::GHVentilator().Status;
+  return SickBay::SBVentilator().Status;
 }