git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1581 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-02-07 09:38:23 +00:00
parent cf5111822d
commit c85b9403a3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
* @brief Port-related initialization code.
* @note This function is usually empty.
*/
void port_init(void){
void port_init(void) {
}
/**