X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Fplatform.h;h=87b18cca0c5dafb5c22f81ea26ade2903ae7718d;hb=878e4212e36ef51e882ef9fc7d936ce8949127d2;hp=f7e924647f3496ae048ff1127f4ea7350ae202e7;hpb=74ab06d026d20e3c13cd2bcb1ac89d83d79fbf5f;p=goodfet diff --git a/firmware/include/platform.h b/firmware/include/platform.h index f7e9246..87b18cc 100644 --- a/firmware/include/platform.h +++ b/firmware/include/platform.h @@ -1,4 +1,12 @@ -//! \file platform.h +/*! \file platform.h + \author Travis Goodspeed + \brief Port and baud rate definitions. + + The functions specified here are defined in the platform + definition file, such as msp430x1612.c or msp430x2618.c. +*/ + +#include "gfports.h" unsigned char serial_rx(); void serial_tx(unsigned char);