X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Fcogent%2Flcd.c;h=05ffc4d1ac385bd7443046f0bd2a52e88a669c47;hb=86b4909340a272a1a040db61565f639d845b170f;hp=8e90f9853a1a9ec903bc346a3ef3e77abd70df57;hpb=f15ea6e1d67782a1626d4a4922b6c20e380085e5;p=u-boot diff --git a/board/cogent/lcd.c b/board/cogent/lcd.c index 8e90f9853a..05ffc4d1ac 100644 --- a/board/cogent/lcd.c +++ b/board/cogent/lcd.c @@ -234,7 +234,7 @@ lcd_heartbeat(void) void board_show_activity (ulong timestamp) { #ifdef CONFIG_STATUS_LED - if ((timestamp % (CONFIG_SYS_HZ / 2) == 0) + if ((timestamp % (CONFIG_SYS_HZ / 2)) == 0) lcd_heartbeat (); #endif }