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

Reverted minor doc wording change.

This commit is contained in:
Adam Preble
2009-05-21 20:13:29 -04:00
parent cd725fd338
commit b96905f5ca

View File

@@ -252,7 +252,7 @@ typedef struct PRSwitchRule {
* Multiple driver changes can be tied to a single switch state transition to create more complicated effects: a slingshot * Multiple driver changes can be tied to a single switch state transition to create more complicated effects: a slingshot
* switch that fires the slingshot coil, a flash lamp, and a score event. * switch that fires the slingshot coil, a flash lamp, and a score event.
* *
* P-ROC holds four different switch rules for each switch: closed to open, open to closed, and each with a debounced and non-debounced versions: * P-ROC holds four different switch rules for each switch: closed to open and open to closed, each with a debounced and non-debounced versions:
* - #kPREventTypeSwitchOpenDebounced * - #kPREventTypeSwitchOpenDebounced
* - #kPREventTypeSwitchClosedDebounced * - #kPREventTypeSwitchClosedDebounced
* - #kPREventTypeSwitchOpenNondebounced * - #kPREventTypeSwitchOpenNondebounced