artf4155: Move Port.h from hal/lib/Athena to hal/include/HAL

Change-Id: I76a8d8baf4d77b7383c321d16a9286537632c3e9
This commit is contained in:
Tyler Veness
2015-06-25 18:38:44 -07:00
committed by Brad Miller (WPI)
parent 43f16510fa
commit 918cde0c0f
6 changed files with 5 additions and 5 deletions

7
hal/include/HAL/Port.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
typedef struct port_t
{
uint8_t pin;
uint8_t module;
} Port;