Changeset 3c45656 in buchla-68k for ram/midas.c


Ignore:
Timestamp:
11/15/2017 08:17:05 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
0b23063
Parents:
8d0af8a
Message:

Fixed constant overflow warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/midas.c

    r8d0af8a r3c45656  
    1010#include "ram.h"
    1111
    12 #define LCD_TIME        ((int32_t)(800 * 240))  /* LCD backlight 'on' time */
     12#define LCD_TIME        ((int32_t)800 * (int32_t)240)   /* LCD backlight 'on' time */
    1313
    1414#if     DEBUGIT
Note: See TracChangeset for help on using the changeset viewer.