Changeset 6969eea3 in mainline
- Timestamp:
-
2017-09-15T13:22:34Z
(8 years ago)
- Author:
- Martin Decky <martin@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e2291a9
- Parents:
- 5918c00
- Message:
-
cstyle, remove forgotten include directive
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r5918c00
|
r6969eea3
|
|
180 | 180 | * @param pnum Port number |
181 | 181 | */ |
182 | | #include <stdio.h> |
183 | 182 | void portrng_free_port(portrng_t *pr, uint16_t pnum) |
184 | 183 | { |
… |
… |
|
214 | 213 | * @} |
215 | 214 | */ |
216 | | |