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

This commit is contained in:
gdisirio 2011-09-18 09:44:10 +00:00
parent c86f3377fe
commit e2d701317c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include "hal.h"
/*
* GPT1 callback.
* GPT2 callback.
*/
static void gpt2cb(GPTDriver *gptp) {
@ -34,7 +34,7 @@ static void gpt2cb(GPTDriver *gptp) {
}
/*
* GPT2 callback.
* GPT3 callback.
*/
static void gpt3cb(GPTDriver *gptp) {