@@ -792,13 +792,6 void set_hk_lfr_ahb_correctable() | |||
|
792 | 792 | + iurfErrorCounter |
|
793 | 793 | + housekeeping_packet.hk_lfr_ahb_correctable; |
|
794 | 794 | |
|
795 | if (ahb_correctable > 255) | |
|
796 | { | |
|
797 | housekeeping_packet.hk_lfr_ahb_correctable = 255; | |
|
798 | } | |
|
799 | else | |
|
800 | { | |
|
801 | housekeeping_packet.hk_lfr_ahb_correctable = ahb_correctable; | |
|
802 | } | |
|
795 | housekeeping_packet.hk_lfr_ahb_correctable = (unsigned char) (ahb_correctable & 0xff); // [1111 1111] | |
|
803 | 796 | |
|
804 | 797 | } |
General Comments 0
You need to be logged in to leave comments.
Login now