mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
removed obsolete offset type definitions.
This commit is contained in:
@@ -67,6 +67,5 @@
|
|||||||
void cfs_coffee_arch_erase(uint16_t sector);
|
void cfs_coffee_arch_erase(uint16_t sector);
|
||||||
|
|
||||||
typedef int16_t coffee_page_t;
|
typedef int16_t coffee_page_t;
|
||||||
typedef uint16_t coffee_offset_t;
|
|
||||||
|
|
||||||
#endif /* !COFFEE_ARCH_H */
|
#endif /* !COFFEE_ARCH_H */
|
||||||
|
@@ -75,6 +75,5 @@
|
|||||||
|
|
||||||
/* Coffee types. */
|
/* Coffee types. */
|
||||||
typedef int16_t coffee_page_t;
|
typedef int16_t coffee_page_t;
|
||||||
typedef int32_t coffee_offset_t;
|
|
||||||
|
|
||||||
#endif /* !COFFEE_ARCH_H */
|
#endif /* !COFFEE_ARCH_H */
|
||||||
|
@@ -70,6 +70,5 @@
|
|||||||
|
|
||||||
/* Coffee types. */
|
/* Coffee types. */
|
||||||
typedef int16_t coffee_page_t;
|
typedef int16_t coffee_page_t;
|
||||||
typedef int32_t coffee_offset_t;
|
|
||||||
|
|
||||||
#endif /* !COFFEE_ARCH_H */
|
#endif /* !COFFEE_ARCH_H */
|
||||||
|
Reference in New Issue
Block a user