Skip to content

Commit f737462

Browse files
committed
Restore config/user_settings.h to pre-370cdb3 state
1 parent a4a48e6 commit f737462

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RPi-Pico/config/user_settings.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* user_settings.h
22
*
3-
* Copyright (C) 2006-2025 wolfSSL Inc.
3+
* Copyright (C) 2006-2023 wolfSSL Inc.
44
*
55
* This file is part of wolfSSL.
66
*
@@ -45,6 +45,8 @@ extern time_t myTime(time_t *);
4545
/* ------------------------------------------------------------------------- */
4646
/* Platform */
4747
/* ------------------------------------------------------------------------- */
48+
#define WOLFSSL_GENERAL_ALIGNMENT 4
49+
#define SIZEOF_LONG_LONG 8
4850
#if 0
4951
#define NO_64BIT /* disable use of 64-bit variables */
5052
#endif
@@ -550,3 +552,4 @@ unsigned long get_rand_32(void);
550552
#endif
551553

552554
#endif /* WOLFSSL_USER_SETTINGS_H */
555+

0 commit comments

Comments
 (0)