mirror of
https://github.com/dimoniche/solarium.git
synced 2026-01-30 01:43:30 +03:00
Очистка счетчика безналичной оплаты
This commit is contained in:
parent
a2bd120f87
commit
50e2f3b976
Binary file not shown.
5212
Flash/Exe/solarium_3_41.hex
Normal file
5212
Flash/Exe/solarium_3_41.hex
Normal file
File diff suppressed because it is too large
Load Diff
@ -423,7 +423,7 @@ void CheckLongCounters(void)
|
|||||||
|
|
||||||
void ClearCounters(void)
|
void ClearCounters(void)
|
||||||
{
|
{
|
||||||
SetArrayFram(offsetof(TFramMap, Counters), sizeof(CPU_INT32U)*((CHANNELS_NUM)*4 + 3), 0x00);
|
SetArrayFram(offsetof(TFramMap, Counters), sizeof(CPU_INT32U)*((CHANNELS_NUM)*4 + 4), 0x00);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// èíêðåìåíò ñ÷åò÷èêà êóïþð ïî íîìèíàëàì
|
/// èíêðåìåíò ñ÷åò÷èêà êóïþð ïî íîìèíàëàì
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#ifndef _VERSION_H_
|
#ifndef _VERSION_H_
|
||||||
#define _VERSION_H_
|
#define _VERSION_H_
|
||||||
|
|
||||||
#define DEVICE_FW_VERSION "03.40"
|
#define DEVICE_FW_VERSION "03.41"
|
||||||
|
|
||||||
|
|
||||||
#endif // #ifndef _VERSION_H_
|
#endif // #ifndef _VERSION_H_
|
||||||
File diff suppressed because one or more lines are too long
1466
solarium.dep
1466
solarium.dep
File diff suppressed because it is too large
Load Diff
@ -650,7 +650,7 @@
|
|||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>OOCOutputFile</name>
|
<name>OOCOutputFile</name>
|
||||||
<state>solarium_3_40.hex</state>
|
<state>solarium_3_41.hex</state>
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>OOCCommandLineProducer</name>
|
<name>OOCCommandLineProducer</name>
|
||||||
@ -668,7 +668,7 @@
|
|||||||
<data>
|
<data>
|
||||||
<extensions></extensions>
|
<extensions></extensions>
|
||||||
<cmdline></cmdline>
|
<cmdline></cmdline>
|
||||||
<hasPrio>240</hasPrio>
|
<hasPrio>1</hasPrio>
|
||||||
<buildSequence>inputOutputBased</buildSequence>
|
<buildSequence>inputOutputBased</buildSequence>
|
||||||
</data>
|
</data>
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user