1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Fix for pwm input reset problem? Try the line I commented out because I can't test this.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2606 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
sambas 2011-01-28 13:30:12 +00:00 committed by sambas
parent 0cc957bc9c
commit d917ced2f6

View File

@ -42,6 +42,9 @@
*/
void PIOS_Board_Init(void) {
/* Remap AFIO pin */
//GPIO_PinRemapConfig( GPIO_Remap_SWJ_NoJTRST, ENABLE);
/* Delay system */
PIOS_DELAY_Init();