comparison Discovery/Src/logbook.c @ 299:b70c26be71a0

Merged in janlmulder/ostc4/cleanup-3 (pull request #24) 1 bug fix, 1 possible bug fix and some cleanup.
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Fri, 17 May 2019 06:38:56 +0000
parents 50c26a4442af
children 8e62f4701676
comparison
equal deleted inserted replaced
295:718e5feded62 299:b70c26be71a0
748 length -= 1; 748 length -= 1;
749 } 749 }
750 750
751 // second event Byte 751 // second event Byte
752 //bailout 752 //bailout
753 if(eventByte2.ub.bit1) 753 if(eventByte2.ub.bit0)
754 { 754 {
755 //evaluate bailout gas Gas 755 //evaluate bailout gas Gas
756 *bailout = 1; 756 *bailout = 1;
757 757
758 ext_flash_read_next_sample_part( (uint8_t*)&tempU8, 1); 758 ext_flash_read_next_sample_part( (uint8_t*)&tempU8, 1);