mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
|
execUserSetup() {
|
||
|
__orderInterrupt("TIMERA0_VECTOR",
|
||
|
320000, 320000, 0, 0, 0, 100 );
|
||
|
__message "Set interrupt: TIMERA0_VECTOR";
|
||
|
}
|