add missing description

This commit is contained in:
Stefan Lankes 2013-11-12 09:26:19 +01:00
parent bf6673ba40
commit 682936c57d

View file

@ -94,6 +94,7 @@ inline static void outportw(unsigned short _port, unsigned short _data) {
/** @brief Write a double word (4 bytes) to an IO port /** @brief Write a double word (4 bytes) to an IO port
* *
* @param _port The port you want to write to * @param _port The port you want to write to
* @param _data the 4 byte value you want to write
*/ */
inline static void outportl(unsigned short _port, unsigned int _data) inline static void outportl(unsigned short _port, unsigned int _data)
{ {