1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Changed outputDriverTime to 8 bits. Also changed Pulse function param.

This commit is contained in:
Adam Preble
2009-05-30 14:07:24 -04:00
parent 8e65a15a68
commit 495d688106
3 changed files with 5 additions and 6 deletions

View File

@@ -143,7 +143,6 @@ int32_t CreateWatchdogConfigBurst ( uint32_t * burst, bool_t watchdogExpired,
int32_t CreateSwitchUpdateConfigBurst ( uint32_t * burst, PRSwitchConfig *switchConfig)
{
uint32_t addr;
uint32_t i;
addr = 0;
burst[0] = CreateBurstCommand (P_ROC_BUS_SWITCH_CTRL_SELECT, addr, 1 );