change backlihght parameter value type to int8_t.
This commit is contained in:
parent
8c78f7fad3
commit
c5956b89f8
@ -1,4 +1,4 @@
|
||||
/* $Id: vrc4172pwmvar.h,v 1.6 2001/03/12 08:46:27 sato Exp $ */
|
||||
/* $Id: vrc4172pwmvar.h,v 1.7 2001/03/24 16:08:36 sato Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000,2001 SATO Kazumi. All rights reserved.
|
||||
@ -32,11 +32,11 @@
|
||||
|
||||
|
||||
struct vrc4172pwm_param {
|
||||
int brokenprobe;
|
||||
int n_brightness;
|
||||
int bvalues[VRC2_PWM_N_BRIGHTNESS];
|
||||
int n_contrast;
|
||||
int cvalues[VRC2_PWM_N_CONTRAST];
|
||||
int8_t brokenprobe;
|
||||
int8_t n_brightness;
|
||||
int8_t bvalues[VRC2_PWM_N_BRIGHTNESS];
|
||||
int8_t n_contrast;
|
||||
int8_t cvalues[VRC2_PWM_N_CONTRAST];
|
||||
};
|
||||
|
||||
struct vrc4172pwm_softc {
|
||||
|
Loading…
Reference in New Issue
Block a user